Freezes the client session.
HRESULT Freeze([out,retval] ILock ** lock);
Freeze([out,retval] ILock * lock);
Sub Freeze(lock As [out,retval] ILock *)
Freeze calls Scheduler.Freeze on the client session to which the object belongs. See Scheduler.Freeze for importand usage information.
adTempus API Reference version 3.0.0.0, revised 10/30/2008
|